one way linked list meaning in Hindi

Noun

A data structure where each element (node) points to the next one, with the first element having a single link that references the subsequent element.

किसी संरचना में तत्वों का ऐसा समूह जहाँ हर तत्व (नोड) केवल अगले तत्व की ओर इशारा करता है, और पहला तत्व अगले तत्व को संदर्भित करता है।

English Usage: The one way linked list is easier to traverse compared to a doubly linked list.

Hindi Usage: एकतरफ़ा क्रमित सूची को द्विमुखी क्रमित सूची के मुकाबले में आसानी से पार किया जा सकता है।

Share Anuvadan of one way linked list